gtk4.git
2021-07-24 Matthias Clasensizerequest: Simplify some code
2021-07-24 Matthias Clasensizerequest: Keep branches in sync
2021-07-24 Matthias Clasenwidget: Avoid some unnecessary back-and-forth casting
2021-07-24 Matthias Clasenwidget: Avoid GObject data for action muxer
2021-07-24 Matthias Clasenlayoutmanager: Avoid some overhead
2021-07-24 Matthias Clasengridlayout: Avoid some unnecessary overhead
2021-07-24 Matthias Clasengsk: Optimize gsk_transform_to...
2021-07-24 Matthias Clasengsk: Add a shortcut for a common transform case
2021-07-24 Matthias Clasengsk: Add a private getter for container children
2021-07-24 Matthias Clasenngl: Reduce type checking overhead
2021-07-24 Matthias Clasenngl: Speed up clipping calculations a bit
2021-07-24 Piotr DrągUpdate POTFILES.in
2021-07-24 Emmanuele BassiMerge branch 'no-pposition' into 'master'
2021-07-24 Florian Müllnergdk/x11: Do not set PPosition hint
2021-07-23 Matthias ClasenMerge branch 'wip/exalm/gtktext-selection-fix' into...
2021-07-23 Alexander Mikhaylenkotext: Use the widget y coordinate for gestures
2021-07-23 Matthias ClasenMerge branch 'stack-page-name' into 'master'
2021-07-22 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2021-07-22 Matthias ClasenCosmetics
2021-07-22 Matthias Clasenstack: GtkStackPage:name is not construct-only
2021-07-22 Matthias ClasenMerge branch 'startup-profiling' into 'master'
2021-07-22 Matthias ClasenAdd more sysprof marks
2021-07-22 Matthias ClasenMerge branch 'startup-profiling' into 'master'
2021-07-22 Matthias ClasenAdd more sysprof marks
2021-07-22 Benjamin OtteMerge branch 'wip/otte/gleanup' into 'master'
2021-07-22 Benjamin Otteglx: Get rid fo DrawableInfo
2021-07-22 Chun-wei Fangdkdisplay-win32.c: Don't call ReleaseDC() unnecessarily
2021-07-22 Chun-wei FanGDK-Win32: init_gl(): Default to WGL for now
2021-07-22 Chun-wei FanGDK-Win32: Fixup, and cleanup WGL HDC handling
2021-07-22 Chun-wei FanSplit out WGL/EGL stuff and simplify things
2021-07-22 Benjamin Ottegl: Fix issue with EGL + nvidia
2021-07-22 Chun-wei FanGDK: Add debug option for WGL usage
2021-07-22 Chun-wei FanGDK-Win32: Move some functions out of gdkglcontext...
2021-07-22 Benjamin Ottedisplay: Move GL selection code into gdkdisplay-x11.c
2021-07-22 Benjamin Ottex11: Move code from GdkGLContextX11
2021-07-22 Benjamin Otteinspector: Add support for displaying GL errors
2021-07-22 Benjamin Ottegdk: Move GL context construction to GdkGLContext
2021-07-22 Benjamin Ottegl: Move vfunc
2021-07-22 Benjamin Ottegl: Require EGL_KHR_surfaceless_context with egl
2021-07-22 Benjamin Ottegdk: Get rid of paint contexts
2021-07-22 Benjamin Ottegl: Store the context::in-frame state in the current...
2021-07-22 Benjamin Ottegl: Deprecate gdk_gl_context_get_shared_context()
2021-07-22 Benjamin Ottegdk: Add gdk_gl_context_is_shared()
2021-07-22 Benjamin Ottengl: Store the shared driver in the display
2021-07-22 Benjamin Ottegdk: Require EGL version 1.4 across the board
2021-07-22 Benjamin Ottegdk: Add GdkDisplay::init_gl vfunc
2021-07-22 Benjamin Ottewayland: Don't pass GL config to get_egl_surface()
2021-07-22 Benjamin Ottewayland: Move fbconfig into the display
2021-07-22 Benjamin Ottegdk: Allow GdkDrawContext with a %NULL surface
2021-07-22 Benjamin Ottegdk: Add a private struct to GdkDisplay
2021-07-22 Benjamin Ottex11: Redo choice between EGL and GLX
2021-07-22 Benjamin Ottex11: Properly record the error when initializing GL
2021-07-22 Benjamin Ottex11: Do not call glXQueryExtension()
2021-07-22 Benjamin Ottex11: Get Visual from EGL directly
2021-07-22 Benjamin Ottex11: Store the GLX drawable in the surface
2021-07-22 Benjamin Ottex11: Use single GLX fbconfig and store it in the display
2021-07-22 Benjamin Ottex11: Remove glx version check
2021-07-22 Benjamin Ottex11: Remove unused struct member
2021-07-22 Benjamin OtteRevert "x11: Always fall back to GLX on NVIDIA"
2021-07-22 Benjamin Ottex11: Remove the dummy surface
2021-07-22 Benjamin Ottex11: Remove GdkVisual
2021-07-22 Benjamin Ottex11: Rework Visual selection
2021-07-22 Benjamin Otteglx: Remove Visual cache
2021-07-22 Benjamin Ottex11: Move GL init code into the GL context
2021-07-22 Benjamin Ottex11: Store the EGL surface in the GdkSurfaceX11
2021-07-22 Benjamin Ottex11: Store the EGL config in the display
2021-07-22 Benjamin Ottex11: Move the EGL display into the private struct
2021-07-22 Benjamin Ottex11: Pass the display, not the screen
2021-07-22 Benjamin Ottex11: Simplify code
2021-07-22 Benjamin Ottex11: Move function call
2021-07-22 Benjamin Otteglx: Don't initialize GLX multiple times.
2021-07-22 Benjamin Ottex11: Initialize GL at startup
2021-07-22 Benjamin Ottex11: Don't share cached GLX visuals with GTK3
2021-07-22 Benjamin Ottex11: Reorder code
2021-07-22 Benjamin Ottex11: Stop reordering visuals
2021-07-22 Benjamin Ottex11: Remove unused function
2021-07-22 Benjamin Ottex11: Move code where it belongs
2021-07-22 Benjamin Ottebuild: Build demos before tools
2021-07-21 Matthias ClasenMerge branch 'destroy-pointer-gestures' into 'master'
2021-07-21 Vlad Zahorodniigdk/wayland: Clean up gestures if pointer capability...
2021-07-21 Matthias ClasenMerge branch 'sync-icons' into 'master'
2021-07-20 Matthias ClasenSync included icons from adwaita-icon-theme
2021-07-20 Matthias ClasenMerge branch 'wip/otte/build' into 'master'
2021-07-20 Benjamin Ottex11: Remove XComposite
2021-07-20 Benjamin Ottex11: Remove unused headers
2021-07-20 Benjamin Ottebuild: Make all X11 extensions mandatory
2021-07-20 Benjamin Ottebuild: Remove sassc option
2021-07-20 Benjamin Ottebuild: disable Vulkan by default
2021-07-20 Benjamin Ottebuild: Set proper defaults for media backends
2021-07-20 Matthias ClasenMerge branch 'fix-dialog-docs' into 'master'
2021-07-20 Yuri ChornoivanUpdate Ukrainian translation
2021-07-20 Maximiliano... gtk/builder: Port example to GTK 4
2021-07-20 Matthias ClasenMerge branch 'tooltip-hig' into 'master'
2021-07-20 Maximiliano... password_entry: Header Capitalization on tooltip
2021-07-20 Matthias ClasenMerge branch 'win32.hidpi.cleanup' into 'master'
2021-07-19 Matthias ClasenMerge branch 'ci-default-settings-4' into 'master'
2021-07-19 Matthias Clasenreftests: Enforce default settings
2021-07-19 Chun-wei FanGDK-Win32: Clean up HiDPI support and WGL a bit
2021-07-19 Chun-wei Fangdksurface-win32.c: Create all surfaces with CS_OWNDC
2021-07-17 Matthias ClasenMerge branch 'pango-main' into 'master'
next